home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / printer / gifprt51.zip / GIFPRT.PR2 < prev    next >
Text File  |  1992-05-16  |  1KB  |  28 lines

  1. nam IBM/8-pin/120x72dpi                      // Printer name
  2. pin    8    0                                // Pins, raster type
  3. dpi  120   72                                // Dots per inch, (hor, ver)
  4. dim  960  720                                // Dimensions (hor, ver)
  5.  
  6. in1 ESC U    001                             // Set single direction printing
  7.     ESC 3    024                             // Set paper feed to 24/216
  8.  
  9.  
  10. in2 ESC U    001                             // Set single direction printing
  11.     ESC 3    024                             // Set paper feed to 24/216
  12.  
  13. skp CR  LF                                   // Fast skip over 1 set of pins
  14.  
  15. gr1 ESC *   001 -99 -1  CR  LF               // Black/white graphics
  16.  
  17. gr2 ESC r   002                              // Set Cyan ribbon
  18.     ESC *   001 -99 -2                       // Output graphics
  19.     ESC r   001                              // Set Magenta ribbon
  20.     ESC *   001 -99 -3                       // Output graphics
  21.     ESC r   004                              // Set Yellow ribbon
  22.     ESC *   001 -99 -4                       // Output graphics
  23.     CR  LF                                   // Go to next line
  24.  
  25. trm ESC U   000                              // Set bi-directional printing
  26.     ESC 3   036                              // Set paper feed to 36/216
  27.     FF                                       // Form feed (eject page)
  28.